home *** CD-ROM | disk | FTP | other *** search
/ Champak 59 / Volume 59 - JOGO DISK .iso / Games / Ants_life.swf / scripts / frame_10 / DoAction.as
Text File  |  2008-03-13  |  454b  |  16 lines

  1. stop();
  2. _root.score1 = 0;
  3. _root.score2 = 0;
  4. _root.score3 = 0;
  5. _global.stat = new Object();
  6. _global.stat.actLifes = _global.opt.startLifes;
  7. _global.stat.actLevel = -1;
  8. _global.snd = new Object();
  9. _global.snd.global = new Sound();
  10. _global.snd.music = new Sound();
  11. _global.snd.music.attachSound("music");
  12. _global.snd.pong = new Sound();
  13. _global.snd.pong.attachSound("pong");
  14. _global.snd.out = new Sound();
  15. _global.snd.out.attachSound("out");
  16.